projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15cb34f
)
extensions/fast-float: temporarily disable
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 00:34:53 +0000
(
01:34
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 15 Dec 2016 00:34:57 +0000
(
01:34
+0100)
Disable this floating point LUT for now, it treats negative values as their
positive counterparts, see bug #776113.
extensions/fast-float.c
patch
|
blob
|
history
diff --git
a/extensions/fast-float.c
b/extensions/fast-float.c
index ca20cf7dc14125e805ed86a5e50a38f9ce3d9623..163ffe86add99a416069ccfcb613119c9af8188d 100644
(file)
--- a/
extensions/fast-float.c
+++ b/
extensions/fast-float.c
@@
-694,6
+694,8
@@
init (void)
babl_component ("B'"),
NULL);
+ return 0; // XXX: the fast paths registered here doesn't correctly
+ // clamp negative values - disabling for now
{
float f;
float a;